ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeMap<T> Class
Members






In This Topic
    TreeMap<T> Class
    In This Topic
    It displays hierarchical (tree-structured) data as a set of nested rectangles.
    Object Model
    TreeMap<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class TreeMap(Of T) 
       Inherits FlexChartBase(Of T)
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As TreeMap(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class TreeMap<T> : FlexChartBase<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class TreeMap = class(FlexChartBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class TreeMap<T> : public FlexChartBase<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class TreeMap : public FlexChartBase<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Remarks
    Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node's rectangle has an area proportional to a specified dimension of the data. Often the leaf nodes are colored to show a separate dimension of the data.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.TreeMap<T>

    See Also